agents.anac.y2010.Southampton.analysis
Class ContinuousEvaluationFunction<T extends ContinuousEvaluationSection>

java.lang.Object
  extended by agents.anac.y2010.Southampton.analysis.ContinuousEvaluationFunction<T>

public class ContinuousEvaluationFunction<T extends ContinuousEvaluationSection>
extends java.lang.Object


Field Summary
protected  java.util.ArrayList<T> sections
           
protected  double weight
           
 
Constructor Summary
ContinuousEvaluationFunction(java.util.ArrayList<T> sections, double weight)
           
 
Method Summary
 ContinuousEvaluationSection getSection(int sectionNo)
           
 int getSectionCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

protected double weight

sections

protected java.util.ArrayList<T extends ContinuousEvaluationSection> sections
Constructor Detail

ContinuousEvaluationFunction

public ContinuousEvaluationFunction(java.util.ArrayList<T> sections,
                                    double weight)
Method Detail

getSectionCount

public int getSectionCount()
Returns:

getSection

public ContinuousEvaluationSection getSection(int sectionNo)
Parameters:
sectionNo -
Returns: